From 2c312d03cddaa6590a557b65bf4c12326cd46dde Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Mon, 3 Sep 2007 15:04:03 +0100 Subject: [PATCH] Build libflask unconditionally since the python low-level tools require it and it does't seem to pull in any major dependencies. The alternative would have been to hack tools/python/setup.py to conditionally compile the flask stuff. Signed-off-by: Ian Campbell --- tools/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index ec62aa3ead..c150dbd984 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -3,9 +3,7 @@ include $(XEN_ROOT)/tools/Rules.mk SUBDIRS-y := SUBDIRS-y += libxc -ifeq ($(FLASK_ENABLE),y) SUBDIRS-y += flask -endif SUBDIRS-y += xenstore SUBDIRS-y += misc SUBDIRS-y += examples -- 2.30.2